Skip to content

Drop Python 3.9 support and remove unused torchvision uv source#98

Merged
MaleicAcid merged 1 commit intozh-plus:masterfrom
iautolab:drop-python39
Apr 7, 2026
Merged

Drop Python 3.9 support and remove unused torchvision uv source#98
MaleicAcid merged 1 commit intozh-plus:masterfrom
iautolab:drop-python39

Conversation

@MaleicAcid
Copy link
Copy Markdown
Collaborator

Summary

  • Raise requires-python minimum from 3.9 to 3.10.
  • Remove torchvision from [tool.uv.sources].

Drop Python 3.9

Python 3.9 reached end-of-life in October 2025 and no longer receives security patches. The CI matrix already does not test Python 3.9 (only 3.10/3.11/3.12), so 3.9 support has been effectively untested for some time.

Remove torchvision uv source

torchvision is not declared anywhere in dependencies or [project.optional-dependencies], and no source file in the project imports it. The entry in [tool.uv.sources] was likely added by mistake when configuring the PyTorch index for torch and torchaudio.

@MaleicAcid MaleicAcid merged commit fab7185 into zh-plus:master Apr 7, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant